ReadPixels<T>(T[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Reads the pixel data to the specified pixel buffer, making automatic conversion if necessary.

Syntax

public void ReadPixels<T>(
	T[] target
)

Back to index